home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 271_02 / aabort.doc < prev    next >
Text File  |  1987-08-18  |  476b  |  36 lines

  1.  
  2.  
  3.         NAME
  4.                 aabort -- terminate a program
  5.  
  6.         SYNOPSIS
  7.                 void aabort(code);
  8.                 int code;     exit error code
  9.  
  10.  
  11.         DESCRIPTION
  12.         The program is aborted after sending the BELL character to stderr.
  13.         The code is used as the exit value to DOS.
  14.  
  15.  
  16.  
  17.         EXAMPLE
  18.  
  19.                 aabort(0);
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.         This function is found in SMTCx.LIB for the Turbo-C Compiler.
  36.